Fix hover state handling
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Mar 2019 20:33:53 +0000 (16:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Mar 2019 20:35:20 +0000 (16:35 -0400)
commit1ada7bbc02bc54d23b337d7e29c0cbd3efd11f35
tree9bf23aa87686f8f3c68096f35c4cfb119ab895ef
parent81658105f7d675ee76dd7df7f79448aee5f47197
Fix hover state handling

We were not paying enough attention to detail when updating
hover and focus state while generating crossing events. The
invariant that we need to preserve here is that when a widget
has focus or hover, its parent does too.
gtk/gtkmain.c